Conversation
anuraaga
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.68.4→==1.69.0==0.44.0→==0.45.0==0.9.24→==0.10.2==0.0.36→==0.0.39Release Notes
bufbuild/buf (buf-bin)
v1.69.0Compare Source
buf.gen.yamlfiles: "Run buf generate" and "Check for plugin updates".lint.ignoreandbreaking.ignorepaths inbuf.yamlthat do not match any file in the workspace.nat-n/poethepoet (poethepoet)
v0.45.0: 0.45.0Compare Source
Enhancements
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.44.0...v0.45.0
tombi-toml/tombi (tombi)
v0.10.2Compare Source
What's Changed
🚀 New Features
🐛 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v0.10.1...v0.10.2
v0.10.1Compare Source
What's Changed
🚀 New Features
🐛 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v0.10.0...v0.10.1
v0.10.0Compare Source
What's Changed
The file path specification in
.config/tombi.tomlhas been modified to be searched starting from its parent directory, rather than from.config/.🚨 Breaking Changes
.config/tombi.tomlconfig by @ya7010 in #1802🐛 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v0.9.26...v0.10.0
v0.9.26Compare Source
What's Changed
🚀 New Features
🐛 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v0.9.25...v0.9.26
v0.9.25Compare Source
What's Changed
🚀 New Features
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v0.9.24...v0.9.25
zensical/zensical (zensical)
v0.0.39: 0.0.39Compare Source
Summary
This version fixes several bugs related to link validation and lightbox configuration.
Changelog
Bug fixes
fe42fc4compat – shim for MkDocs validation syntax overrides Zensical's (#607)acc2620zensical – validation doesn't correctly map percent-encoded links (#598)da317bfcompat – add$...$and$$...$$blocks to exclusions for link validation (#599)94f0d29zensical – anchor not extracted from combined anchor-text-fragment273dd23compat – auto-themed gallery takes precedence over explicit groupingc050addcompat – error when settingcaption_positiononglightboxextension (#604)699d3bezensical – add Python backtrace on Markdown rendering errorRefactorings
3e27d69compat – moveglightboxconfig options to dataclassv0.0.38: 0.0.38Compare Source
Summary
This version adds link and footnote validation and strict mode – two of the most frequently requested features. Zensical now checks all internal references at build time and reports issues with precise source locations, so broken links don't make it into your published documentation. Unlike MkDocs, which only validates final rendered links, Zensical also checks for unresolved references, as well as unused and shadowed definitions – covering the full lifecycle of a reference from definition to use.
Validation
Zensical scans every Markdown file in your project and resolves all internal references against each other: inline links, reference-style links, footnotes, link definitions, and anchor targets. Every check is individually configurable and enabled by default.
The following checks for links and footnotes are now available:
unresolved_referencesunresolved_footnotesunused_definitionsunused_footnotesshadowed_definitionsshadowed_footnotesinvalid_linksinvalid_link_anchorsStrict mode
The new
--strictcommand line flag causes the build to fail when any enabled validation check triggers, turning warnings into errors. This is useful for CI pipelines where you want to enforce link integrity and prevent broken documentation from being published:Upgrading
No changes to your configuration are required – all checks are enabled by default. It's quite likely that you'll run into at least some warnings – as we did – when upgrading, since before, it was easy to miss unused link definitions or unresolved references. If you want to disable validation entirely, you can use:
As always, if you run into any problems, please open an issue.
Changelog
Features
201c615zensical, compat – add link and footnote validation and--strictmode (#175)Refactorings
b3c1d91zensical, compat – add custom Markdown subclassesce8cbf8zensical – simplify function definitions afterzrxupgradev0.0.37: 0.0.37Compare Source
Summary
This version adds support for installable themes. You can now bundle your theme overrides and package them into a custom theme which can be installed via
pip.As of now, we closely mirror the process used by MkDocs, where themes just need to register themselves in the
mkdocs.themesentrypoint, to allow users that already have derivations of Material for MkDocs to run them on Zensical. In the coming months, with the advent of the component system, we'll make this process much more flexible and foster reuse at the component level. For now, this is a first step to allow sharing of theme overrides and default configurations inside organizations with dozens or even thousands of projects.Changelog
Features
7694535zensical, compat – installable theme extensions (#511)Bug fixes
72ba122compat – sanitize nested metadata (#582)2fb663ecompat – text adjacent to image included in link to open image in lightbox (#579)dc32bafcompat – anchor links preserved in table of content section titles (#578)127648ecompat – attributes not applied to lightbox imagesRefactorings
9872092compat – subclassMarkdownprocessors to extend functionalityfdeb061compat – use identical name for tree- and post-processorConfiguration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.